home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ctoolwrk.lbr
/
TEST.C
< prev
next >
Wrap
Text File
|
1985-09-27
|
256b
|
8 lines
/* C */
/* this C program prints a message on the screen */
#include a:printf.c
main()
{
printf("This is my first program.");
}